
/*公共样式*/
*{margin: 0; padding: 0;}
html{overflow-x: hidden;}
body{font-size: 14px; background:#f2f2f2; font-family: "Microsoft Yahei"; color: #333;}
ol,ul,li{list-style: none;}
a{text-decoration: none; color: #333; -webkit-tap-highlight-color: rgba(255,0,0,0); transition: all .6s ease; cursor: pointer;}
a:hover{color: #f58225 !important;}
em,i{font-style: normal;}
h1,h2,h3,h4,h5,h6,th,strong{font-weight: 800;}
img{border: 0;}
/*img{border: 0; max-width: 100%; height: auto; vertical-align: middle;}
*/table{border-collapse: collapse; border-spacing: 0;}
input,textarea,select,button{border: 0; outline: 0; font-family: "Microsoft Yahei";}
input[type="button"],input[type="text"],input[type="submit"]{appearance: none; -moz-appearance: none; -webkit-appearance: none;}
input,input:focus,input:active{user-select: text;}
textarea{resize: none;}
.clear{zoom: 1;}
.clear:after{content: "."; *zoom: 1; display: block; visibility: hidden; height: 0; clear: both;}
.content{width: 1200px; margin: 0 auto; position: relative;}
/*头部*/
.top{height: 44px; line-height: 44px; position: relative;z-index:9999999;}
.top_lt{width: 390px; height: 44px; float: left; background: #025fac; position: relative; font-size: 15px; color: #ddd;}
.top_lt span{display: block; width: 800px; height: 44px; background: #025fac; position: absolute; right: 0; top: 0; z-index: -1;}
.top_lt .bg{width: 0; height: 0; width: 27px\9; height: 44px\9; border-right: 27px solid transparent; border-left: 0; border-top: 44px solid #025fac; border-width: 0\9; background: url(../images/top_lbg.png) no-repeat\9; position: absolute; right: -27px; top: 0;}
.top_rt{width: 772px; height: 44px; float: right; background: #f58225; position: relative; color: #fff;}
.top_rt span{display: block; width: 1400px; height: 44px; background: #f58225; position: absolute; left: 0; top: 0; z-index: -1;}
.top_rt .bg{width: 0; height: 0; width: 27px\9; height: 44px\9; border-left: 27px solid transparent; border-right: 0; border-bottom: 44px solid #f58225; border-width: 0\9; background: url(../images/top_rbg.png) no-repeat\9; position: absolute; left: -27px; top: 0;}
.top_rt ul{float: right;}
.top_rt li{height: 40px; line-height: 40px; float: left; position: relative; margin-left: 24px;}
.top_rt li a,.top_rt li em{color: #fff; display: block; height: 40px; padding-left: 26px; position: relative;}
.top_rt li a:hover{color: #fff !important; text-decoration: underline;}
.top_rt li i{display: block; width: 22px; height: 20px; background: url(../images/arrow_btn.png) no-repeat 0 0; position: absolute; left: 0; top: 50%; margin-top: -10px;}
.top_rt li.tel_icon{font-size: 16px; font-weight: 800;}
.top_rt li.tel_icon em{padding-left: 28px;}
.top_rt li.wx_icon i{background-position: -22px 0;}
.top_rt li.fav_icon i{background-position: -44px 0;}
.top_rt li.tel_icon i{background-position: -66px 0;}
.top_wxbox{width: 120px; height: 120px; background: #fff; position: absolute; left: 50%; top: 44px; margin-left: -60px; transition: all .4s; opacity: 0; visibility: hidden; }
.top_wxbox img{display: block; width: 95%; height:95%; margin:2.5%;}
.top_wxbox:before{display: block; content: ""; width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 8px solid #fff; position: absolute; left: 50%; top: -8px; margin-left: -6px;}
.top_rt li.wx_icon:hover .top_wxbox{opacity: 1; visibility: visible;}
.header{width: 100%; height: 98px; background: #fff; position: relative; z-index: 9999;}
.header.fixedheader{position: fixed; left: 0; top: 0;}
.logo{height: 66px; float: left; padding: 16px 0;}
.logo img{display: block; height: 100%;}
.nav{float: right;}
.nav ul > li{float: left; height: 98px; margin-left: 26px; font-size: 15px; position: relative;}
.nav ul > li > a{display: block; height: 98px; line-height: 98px; padding: 0 13px; position: relative;}
.nav ul > li > a i{display: block; width: 0; height: 3px; background: #16509b; position: absolute; left: 0; bottom: 26px; transition: all 0.2s ease-out 0s;}
.nav ul > li > a:hover{color: #333 !important;}
.nav_child{width: 180px; border-top: 1px solid #16509b; background: #fff; text-align: center; box-shadow: 0px 5px 10px rgba(0, 0, 0, .6); position: absolute; left: 50%; top: 72px; margin-left: -90px; overflow: hidden; opacity: 0; visibility: hidden; transition: all 0.2s ease-out 0s;}
.nav_child ol{margin-bottom: -1px;}
.nav_child a{display: block; height: 40px; line-height: 40px; border-bottom: 1px solid #e6e6e6;}
.nav_child a:hover{background: #16509b; color: #fff !important; padding-left: 6px;}
.nav ul > li:hover > a i,.nav ul > li.active > a i{width: 100%;}
.nav ul > li:hover .nav_child{opacity: 1; visibility: visible;}
/*广告图轮播*/
.banner{height: 620px; overflow: hidden; position: relative;}
.banner .bd li{height: 620px; background-repeat: no-repeat; background-position: center top;}
.banner .bd li a{display: block; width: 100%; height: 100%;}
.banner .hd{width: 100%; text-align: center; position: absolute; left: 0; bottom: 12px;}
.banner .hd ul{display: inline-block; *display: inline; *zoom: 1;}
.banner .hd li{width: 14px; height: 14px; background: #fff; float: left; margin: 0 4px; cursor: pointer; border-radius: 50%;}
.banner .hd li.on{background: #f58225;}
/*搜索*/
.search{padding: 20px 0; background: #fff;}
.search_hot{height: 36px; line-height: 36px; float: left;}
.search_hot span{font-size: 16px; font-weight: 800; color: #09539a; margin-right: 18px;}
.search_hot a{margin-right: 24px;}
.search_form{width: 258px; height: 34px; float: right; padding-right: 48px; background: #fff; border: 1px solid #dcdcdc; position: relative;}
.search_form input[type="text"]{display: block; width: 100%; height: 24px; line-height: 24px; padding: 5px 0; *padding: 4px 0; text-indent: 10px;}
.search_form input[type="submit"]{display: block; width: 48px; height: 36px; background: url(http://www.microaccuracy.com/templets/default/images/search_btn.png) no-repeat center #e30115; cursor: pointer; position: absolute; right: -1px; top: -1px; transition: all .6s;}
.search_form input[type="submit"]:hover{filter: alpha(opacity: 80); -moz-opacity: .8; -khtml-opacity: .8; opacity: .8;}
/*底部*/
.footer{  background: url(../images/footer_bg.jpg) no-repeat center top; background-size: cover; color: #fff;}
.footer a{color: #fff;}
.foot_top{padding: 72px 0;}
.foot_nav{float: left; min-width: 110px; max-width: 300px; margin-right: 100px;}
.foot_nav dt{height: 30px; line-height: 30px; font-size: 18px;}
.foot_nav dd{margin-top: 17px;}
.foot_nav dd li{height: 36px; line-height: 36px; font-size: 16px;}
.foot_contact{float: right !important; margin-right: 0 !important;}
.foot_copy{border-top: 1px solid #7b8081; border-top: 1px solid rgba(123,128,129,.5); line-height: 28px; padding: 22px 0;}
.foot_copy_txt{max-width: 800px; float: left; margin-right: 30px;}
.foot_technology{max-width: 370px; float: right;}
.foot_bdshare{margin-top: 28px;}
.foot_bdshare .bdsharebuttonbox a{margin: 0; margin-right: 34px; padding: 0; width: 25px; height: 22px; line-height: 22px; background: url(../images/arrow_btn.png) no-repeat -92px -55px; transition: all .3s;}
.foot_bdshare .bdsharebuttonbox a.bds_sqq{background-position: -117px -55px;}
.foot_bdshare .bdsharebuttonbox a.bds_tsina{background-position: -142px -55px;}